projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b1525
)
GtkFontChooserDialog: Fix get_font_chooser public function name
author
Alberto Ruiz
<aruiz@gnome.org>
Mon, 25 Jul 2011 15:34:02 +0000
(16:34 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Aug 2011 22:57:56 +0000
(18:57 -0400)
gtk/gtkfontchooserdialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooserdialog.h
b/gtk/gtkfontchooserdialog.h
index b4f8041e46eb3d1c8fb7971acc85ca3bcfaabadd..5a7b3d003255c47b612545011407c3b455d462b9 100644
(file)
--- a/
gtk/gtkfontchooserdialog.h
+++ b/
gtk/gtkfontchooserdialog.h
@@
-61,7
+61,7
@@
struct _GtkFontChooserDialogClass
GType gtk_font_chooser_dialog_get_type (void) G_GNUC_CONST;
GtkWidget* gtk_font_chooser_dialog_new (const gchar *title);
-GtkWidget* gtk_font_chooser_dialog_get_font_
selection
(GtkFontChooserDialog *fcd);
+GtkWidget* gtk_font_chooser_dialog_get_font_
chooser
(GtkFontChooserDialog *fcd);
gchar* gtk_font_chooser_dialog_get_font_name (GtkFontChooserDialog *fcd);